home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 October / PCWorld_2001-10_cd.bin / Software / Vyzkuste / context / ConTEXTsetup.exe / {app} / Language / Custom,1.lng < prev    next >
Text File  |  2001-07-13  |  16KB  |  587 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // ConTEXT - USER CUSTOMIZABLE LANGUAGE FILE
  4. //
  5. //   prefixes: btn  - button
  6. //             cb   - check box, combo box
  7. //             fm   - form
  8. //             gb   - group box
  9. //             lab  - label
  10. //             mi   - menu item
  11. //             pg   - tabsheet capton
  12. //             pn   - panel
  13. //             pop  - pop-menu item
  14. //             rg   - radio group
  15. //             rb   - radio button
  16. //
  17. //   Note for translators: "\n" will be replaced with linebreak
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20.  
  21. [LanguageDescriptor]
  22. Name=Custom
  23.  
  24. [fmMain]
  25. miAbout="&About..."
  26. miCascade="&Cascade"
  27. miClose="&Close"
  28. miCloseAll="Close All &Files"
  29. miCodeTemplate="&Code Templates..."
  30. miConsoleOutput="Console &Output"
  31. miConversion="&Convert Text To..."
  32. miConvertToDOS="&DOS (CRLF)"
  33. miConvertToMAC="&Macintosh (CR only)"
  34. miConvertToUNIX="&UNIX (LF only)"
  35. miCopyTo="Cop&y To..."
  36. miCustomizeTypes="&Customize Types..."
  37. miExit="E&xit"
  38. miExport="&Export"
  39. miExportRegistrySettings="E&xport Registry Settings..."
  40. miExportToHTML="To &Hypertext markup language (HTML)"
  41. miExportToRTF="To &Rich text format (RTF)"
  42. miFile="&File"
  43. miFileExplorerWindow="File &Explorer Window"
  44. miGoToLine="&Go To Line"
  45. miHelp="&Help On Keyword"
  46. miHelpContents="&Contents"
  47. miHelpOnKeyword="Help On &Keyword"
  48. miInsertFileAtCurrentPosition="&Insert File At Current Position..."
  49. miJumpToBookmark="&Jump To Bookmark"
  50. miLockFileForChanges="&Lock File For Changes"
  51. miManageMacros="&Manage Macros"
  52. miNew="&New"
  53. miNextWindow="&Next Window"
  54. miOpen="&Open..."
  55. miOptions="&Options"
  56. miPageSetup="Pa&ge Setup..."
  57. miPlayMacro="&Play Macro"
  58. miPreferences="&Environment Options..."
  59. miPreviousWindow="&Previous Window"
  60. miPrint="&Print..."
  61. miPrintPreview="P&rint Preview..."
  62. miRecentFiles="Recen&t Files"
  63. miFileRecentProjects="Recent Pro&jects"
  64. miProject="&Project"
  65. miProjectNew="&New..."
  66. miProjectOpen="&Open..."
  67. miProjectClose="&Close"
  68. miProjectFiles="&Project Files"
  69. miProjectRecent="&Recent Projects"
  70. miProjectManageFileList="&Manage File List..."
  71. miAppendFile="Appe&nd File..."
  72. miRecordMacro="&Record Macro"
  73. miRename="Rena&me..."
  74. miSave="&Save"
  75. miSaveAllFiles="Save A&ll Files"
  76. miSaveAs="Save &As..."
  77. miSearchResults="Search &Results"
  78. miSetBookmark="&Set Bookmark"
  79. miSetHighlighter="&Set Highlighter"
  80. miShellExecute="S&hell Execute"
  81. miShowFileTabs="&File Tabs"
  82. miShowToolbar="&Toolbar"
  83. miStayOnTop="&Stay On Top"
  84. miTileHorizontal="Tile &Horizontal"
  85. miTileVertical="Tile &Vertical"
  86. miTools="&Tools"
  87. miUserCommand1="User Command &1"
  88. miUserCommand2="User Command &2"
  89. miUserCommand3="User Command &3"
  90. miUserCommand4="User Command &4"
  91. miView="&View"
  92. miWindow="&Window"
  93. miWordwrap="&Wordwrap"
  94. miWriteBlockToFile="&Write Block To File..."
  95. popCloseFile="C&lose File"
  96. popExplorerLarge="Large Icons"
  97. popExplorerSmall="Small Icons"
  98. popExplorerList="List"
  99. popExplorerDetail="Detail"
  100. popTrayRestore="&Restore"
  101. popTrayExit="E&xit"
  102.  
  103. [fmFind]
  104. FormCaption="Find Text"
  105. btnClose="Close"
  106. btnFindNext="&Find"
  107. btnReplace="&Replace"
  108. btnReplaceAll="Replace &All"
  109. cbBackward="&Backward"
  110. cbCase="Ca&se sensitive"
  111. cbWholeWords="W&hole words only"
  112. gbOptions="Options"
  113. gbOrigin="Origin"
  114. gbScope="Scope"
  115. labFind="Fi&nd what:"
  116. labReplace="Replace &with:"
  117. rbOriginFromBeginning="From the &top"
  118. rbOriginFromCursor="From &cursor"
  119. rbScopeAllFiles="A&ll files"
  120. rbScopeFile="C&urrent file"
  121. rbScopeSelection="&Selection only"
  122.  
  123. [fmEditor]
  124. miCommentUncommentCode="&Comment/Uncomment Code"
  125. miCopy="&Copy"
  126. miCut="Cu&t"
  127. miDelete="&Delete"
  128. miEdit="&Edit"
  129. miFillBlock="&Fill Block"
  130. miFind="&Find..."
  131. miFindNext="Find &Next"
  132. miFindPrevious="Find Pr&evious"
  133. miFormat="For&mat"
  134. miIndentBlock="&Indent Block"
  135. miInsertCodeFromTemplate="In&sert Code From Template"
  136. miInvertCase="I&nvert Case"
  137. miMatchBraces="&Match Braces"
  138. miPaste="&Paste"
  139. miRedo="&Redo"
  140. miReformatParagraph="&Reformat Paragraph"
  141. miRemoveTrailingSpaces="Remove &Trailing Spaces"
  142. miReplace="&Replace..."
  143. miSelectAll="Select &All"
  144. miSelMatchBraces="Se&lect Text Between Braces"
  145. miSortText="&Sort Text"
  146. miToggleSelectionMode="T&oggle Selection Mode"
  147. miToLowerCase="To &Lower Case"
  148. miToUpperCase="To &Upper Case"
  149. miUndo="&Undo"
  150. miUnindentBlock="&Unindent Block"
  151. popCloseFile="C&lose File"
  152. popCopy="&Copy"
  153. popCut="Cu&t"
  154. popDelete="&Delete"
  155. popPaste="&Paste"
  156. popSelectAll="Select &All"
  157.  
  158. [fmOptions]
  159. FormCaption="Environment Options"
  160. btnApply="&Apply"
  161. btnCancel="Cancel"
  162. btnExecExtAdd="A&dd"
  163. btnExecExtDelete="De&lete"
  164. btnExecExtEdit="Ed&it"
  165. btnExtAdd="A&dd"
  166. btnExtRemove="&Remove"
  167. btnHelpFileEdit="&Edit"
  168. btnOK="OK"
  169. cbAllowMultipleInstances="A&llow multiple instances"
  170. cbAlterFileLoadMethod="A<ernate file load method"
  171. cbAutoIndent="Au&to indent"
  172. cbAutoUpdateChangedFiles="A&utomatically update changed files"
  173. cbBackupFile="&Backup file on save"
  174. cbBold="&Bold"
  175. cbCreateFileIfNoFileName="&Create new file when ConTEXT opens without file name"
  176. cbCursorAfterEOL="Allow &cursor after end of line"
  177. cbDetectFileChanges="&Detect file changes by other application"
  178. cbDosBackupFilename="Replace &original extension with .BAK"
  179. cbDragDropEditing="&Drag-drop editing"
  180. cbEnhanceHomeKey="Enhance HomeKey &positioning"
  181. cbExecCaptureOutput="&Capture console output"
  182. cbExecUseShortNames="&Use short DOS names"
  183. cbFindTextAtCursor="Fi&nd text at cursor"
  184. cbGutterVisible="&Gutter visible"
  185. cbHideMouseWhenTyping="Hide mouse cursor when t&yping"
  186. cbHighlightCurrentLine="High&light current line"
  187. cbItalic="&Italic"
  188. cbLineNumbers="&Line numbers"
  189. cbMinimizeIfNoFiles="&Minimize ConTEXT if no files open"
  190. cbMinimizeToTray="M&inimize to system tray"
  191. cbMultiLineTabs="Mul&tiline file tabs"
  192. cbOverrideTxtFgColor="&Override foreground text colors"
  193. cbRememberFindOptions="Remember &Find/Replace dialog options"
  194. cbRememberLastDir="R&emember last directory used"
  195. cbRightMarginVisible="Rig&ht margin visible"
  196. cbSaveFilePositions="&Remember editing positions"
  197. cbShowExecInfoDlg="S&how user exec completion dialog"
  198. cbShowFindReplaceInfoDlg="&Show find/replace information dialog"
  199. cbSmartTabs="S&mart tabs"
  200. cbTrimTrailingSpaces="Trim trailing spaces"
  201. cbUnderline="&Underline"
  202. cbUndoAfterSave="Undo after sa&ve"
  203. cbVisibleFileTabsIcons="&Visible file tabs icons"
  204. gbConsoleFont="Output console font"
  205. gbFileAssociations=" File associations: "
  206. gbGutter="Gutter"
  207. gbHelpFiles="Help files"
  208. gbNewDocSettings="Default settings for a new document"
  209. labBg="Ba&ckground:"
  210. labBlockIndent="Bloc&k indent:"
  211. labCJavaBlockIndent="C/&Java block indent:"
  212. labConsoleFont="&Font:"
  213. labConsoleFontSize="&Size:"
  214. labDefaultSQLDialect="&Default SQL dialect:"
  215. labNewDocHighlighter="&Highlighter:"
  216. labNewDocFileFormat="File format:"
  217. labExecHint="&Hint:"
  218. labExecOptParameters="Optional parameters:"
  219. labExecParam_c="- current column number"
  220. labExecParam_e="- file extension"
  221. labExecParam_f="- file name only"
  222. labExecParam_ff="- file name without ext."
  223. labExecParam_l="- current line number"
  224. labExecParam_n="- file name with path"
  225. labExecParam_opt1="- - executes parameters input dialog"
  226. labExecParam_p="- file path only"
  227. labExecParam_pp="- file specific parameters"
  228. labExecParam_s="- 'Start in' directory"
  229. labExecParam_w="- word under cursor"
  230. labExecParam_percent="- percent sign"
  231. labExecParameters="&Parameters:"
  232. labExecSave="&Save:"
  233. labExecStartDir="S&tart in:"
  234. labExecute="E&xecute:"
  235. labExecWindow="&Window:"
  236. labFg="&Foreground:"
  237. labFileAssociationsHelp="Specify the file types/extensions that you wish to be opened automatically by ConTEXT when double clicked in the Explorer."
  238. labFont="&Font:"
  239. labFontSize="&Size:"
  240. labGutterWidth="G&utter width:"
  241. labHighlighter="&Highlighter:"
  242. labInsertCaret="&Insert caret:"
  243. labLanguage="&Language:"
  244. labLineSpacing="&Extra line spacing:"
  245. labOverwriteCaret="&Overwrite caret:"
  246. labRightMargin="&Right margin:"
  247. labTabsSaveMode="Ta&bs save mode:"
  248. labTabWidth="Tab &width:"
  249. pgAssociations="Associations"
  250. pgColors="Colors"
  251. pgEditor="Editor"
  252. pgExecKeys="Execute Keys"
  253. pgGeneral="General"
  254. pgMisc="Miscellaneous"
  255. pnAssocWait="Please wait while registry is being scanned..."
  256. pnSampleColor="Sample text"
  257. rbBackupDirCurrent="&Use current directory"
  258. rbBackupDirSelect="Bac&kup directory:"
  259.  
  260. [fmPrint]
  261. FormCaption="Print"
  262. btnCancel="Cancel"
  263. btnOK="OK"
  264. btnPageSetup="P&age Setup"
  265. btnPreview="P&review"
  266. btnProperties="&Properties"
  267. cbCollateCopies="C&ollate copies"
  268. cbLineNumbers="&Line Numbers"
  269. cbSelectedOnly="&Selected only"
  270. gbPrinter=" Printer "
  271. labCopiesNum="&Number of copies:"
  272. labPrinterName="Name:"
  273.  
  274. [fmPrnPreview]
  275. FormCaption="Print Preview"
  276. btnClose="&Close"
  277. popWholePage="&Whole page"
  278. popPageWidth="&Page width"
  279.  
  280. [fmPageSetup]
  281. FormCaption="Page Setup"
  282. btnCancel="Cancel"
  283. btnOK="OK"
  284. cbColors="&Use colors"
  285. cbFootBox="B&ox"
  286. cbFootLine="Line &above"
  287. cbFootMirror="Mirror &position"
  288. cbFootShadow="S&hadow"
  289. cbHeadBox="&Box"
  290. cbHeadLine="Line &under"
  291. cbHeadMirror="&Mirror position"
  292. cbHeadShadow="&Shadow"
  293. cbLineNumbers="&Line numbers"
  294. cbLineNumbersInMargin="&Print line numbers in margin"
  295. cbMirrorMargins="&Mirror margins"
  296. cbSyntaxPrint="&Syntax print"
  297. cbWrap="&Wrap lines"
  298. gbOptions="Options"
  299. gbTextOptions="Text options"
  300. labFootCenter="Ce&nter"
  301. labFooter="Footer"
  302. labFootLeft="L&eft"
  303. labFootLineColor="Line color"
  304. labFootRight="R&ight"
  305. labFootShadowColor="Shadow color"
  306. labGutter="&Gutter:"
  307. labHeadCenter="&Center"
  308. labHeader="Header"
  309. labHeadLeft="&Left"
  310. labHeadLineColor="Line color"
  311. labHeadRight="&Right"
  312. labHeadShadowColor="Shadow color"
  313. labMBottom="&Bottom:"
  314. labMFooter="&Footer:"
  315. labMHeader="&Header:"
  316. labMHFInternal="&Internal margin:"
  317. labMHFTLeftIndent="L&eft text indent:"
  318. labMHFTRightIndent="Right te&xt indent:"
  319. labMLeft="&Left:"
  320. labMRight="&Right:"
  321. labMTop="&Top:"
  322. labUnits="&Units:"
  323. pgGeneral="General"
  324. pgHeaderFooter="Header and footer"
  325. pgMargins="Margins"
  326. labFont="&Font:"
  327. labFontSize="Si&ze:"
  328.  
  329.  
  330. [fmMacroStartRecording]
  331. FormCaption="Start Macro Recording"
  332. btnCancel="Cancel"
  333. btnOK="OK"
  334. cbEnabled="&Enabled"
  335. labHotkey="&Hotkey:"
  336. labName="&Name:"
  337.  
  338. [fmMacroSelect]
  339. FormCaption="Macro Select"
  340. btnPlay="Play"
  341. btnCancel="Cancel"
  342. labMessage="&Select macro to play:"
  343.  
  344. [fmMacroManage]
  345. FormCaption="Manage Macros"
  346. btnCancel="Cancel"
  347. btnDelete="&Delete"
  348. btnEdit="&Edit"
  349. btnOK="OK"
  350.  
  351. [fmCustomizeType]
  352. FormCaption="Customize File Types"
  353. btnCancel="Cancel"
  354. btnEdit="&Edit"
  355. btnOK="OK"
  356. labHighlighters="&Highlighters and defined extensions:"
  357.  
  358. [fmAbout]
  359. FormCaption="About..."
  360. btnClose="Close"
  361.  
  362. [fmExport]
  363. FormCaption="Export File"
  364. btnCancel="Cancel"
  365. btnExport="Export"
  366. cbCreateFragment="&Create fragment"
  367. cbExportToClipboard="&Export to clipboard"
  368. cbSelectedOnly="&Selected only"
  369. gbOptions="Options"
  370. gbTextSettings="Text settings"
  371. labBackground="&Background:"
  372. labFontSize="&Font size:"
  373. labPlainText="&Plain text:"
  374. labTitle="&Title:"
  375.  
  376. [fmCodeTemplate]
  377. FormCaption="Code Template"
  378. labHighlighter="&Highlighter:"
  379. labTemplate="&Template:"
  380. labCode="&Code:"
  381. btnAdd="&Add"
  382. btnEdit="&Edit"
  383. btnDelete="&Delete"
  384. btnOK="&OK"
  385. btnCancel="Cancel"
  386.  
  387. [fmCodeTemplateEdit]
  388. FormCaption="Template Shortcut Edit"
  389. labShortcut="&Shortcut:"
  390. labDescription="&Description:"
  391. btnOK="OK"
  392. btnCancel="Cancel"
  393.  
  394. [fmPrjFiles]
  395. FormCaption="Manage Project File List"
  396. labPrjFiles="&Project files:"
  397. btnClose="Close"
  398.  
  399.  
  400.  
  401. /////////////////////////////////////////////////////////////////////////////
  402. //
  403. //  Dinamically created messages
  404. //
  405. /////////////////////////////////////////////////////////////////////////////
  406.  
  407. [Messages]
  408.  
  409. // Main window
  410. 01000="[not defined]"
  411. 01001="Cannot export flat text files."
  412. 01010="Close files"
  413. 01011="Close open files?"
  414. 01012="Confirm"
  415. 01013="File '%s' already exists.\nDo you want to replace it?"
  416.  
  417. // Toolbar hints
  418. 01300="New file"
  419. 01301="Open file"
  420. 01302="Save file"
  421. 01303="Save all files"
  422. 01304="Close file"
  423. 01305="Print file"
  424. 01306="Print preview"
  425. 01307="Cut selected text to clipboard"
  426. 01308="Copy selected text to clipboard"
  427. 01309="Paste text from clipboard"
  428. 01310="Undo"
  429. 01311="Redo"
  430. 01312="Find text"
  431. 01313="Find next occurence"
  432. 01314="Replace text"
  433. 01315="Word wrap"
  434. 01316="Stay on top"
  435. 01317="Select active highlighter"
  436. 01318="Help"
  437.  
  438. // Customize file types window
  439. 02000="Extension edit"
  440. 02001="Enter extensions separated with commas"
  441.  
  442. // Editor window
  443. 03000="Modified"
  444. 03001="Insert"
  445. 03002="Overwrite"
  446. 03003="Recording"
  447. 03004="Sel: Normal"
  448. 03005="Sel: Column"
  449. 03006="File size:"
  450. 03007="ReadOnly"
  451. 03010="Error opening '%s'."
  452. 03011="Error saving '%s'."
  453. 03012="Error"
  454. 03013="File '%s' has been changed. Reload from disk?"
  455. 03014="File '%s' has been deleted. Keep file in editor?"
  456. 03015="File '%s' is modified. Save changes?"
  457. 03016="Error creating backup file: '%s'"
  458. 03020="Go to"
  459. 03021="Go to line:"
  460.  
  461. // Find/replace dialog
  462. 04000="Find Text"
  463. 04001="Replace Text"
  464. 04002="&Find"
  465. 04003="&Find Next"
  466. 04010="Search string '%s' not found."
  467. 04011="Replaced %d occurences of '%s' with '%s'."
  468. 04012="Stop macro execution?"
  469.  
  470. // Macro parser messages
  471. 05001="Syntax error."
  472. 05002="'MacroBegin' keyword expected."
  473. 05003="'(' expected."
  474. 05004="')' expected."
  475. 05005="String expected."
  476. 05100="Macros syntax error"
  477. 05101="Error saving macro file '%s'."
  478.  
  479. // Macro select dialog
  480. 06500="Start Macro Recording"
  481. 06501="Edit Macro"
  482. 06502="Macros changed, but not saved. Save macro file now?"
  483. 06510="Name"
  484. 06511="Shortcut"
  485. 06512="Enabled"
  486.  
  487. // Start macro recording dialog
  488. 07000="This hotkey is used by editor."
  489. 07001="Macro with this hotkey is already defined. Should it be overwritten?"
  490.  
  491. // Options dialog
  492. 08000="User exec keys"
  493. 08001="Extension edit"
  494. 08002="Enter extensions separated with commas:"
  495. 08003="Delete user commands associated with '%s'?"
  496. 08010="ConTEXT associations"
  497. 08011="Enter file extension:"
  498. 08012="Delete association '%s'? Operation cannot be undone."
  499. 08013="Language will be changed when ConTEXT is restarted."
  500. 08014="Select backup directory"
  501. 08015="Associating executable files isn''t allowed."
  502. 08100="Vertical"
  503. 08101="Horizontal"
  504. 08102="Half block"
  505. 08103="Block"
  506. 08110="&Custom color"
  507. 08111="&Default color"
  508. 08120="Automatic"
  509. 08121="Force spaces"
  510. 08122="Force tabs"
  511. 08210="File type"
  512. 08211="Help file"
  513. 08300="Current file before execution"
  514. 08301="All files before execution"
  515. 08302="Nothing"
  516.  
  517. // Print dialogs
  518. 09000="Invalid number"
  519. 09010="There is no printer currently selected! To enable printing, please install printer driver and restart ConTEXT."
  520. 09020="Page:"
  521. 09050="First page"
  522. 09051="Previous page"
  523. 09052="Next page"
  524. 09053="Last page"
  525. 09054="Zoom"
  526. 09055="Print document"
  527.  
  528. // Page setup dialog toolbar button hints
  529. 09100="Page number"
  530. 09101="Total pages count"
  531. 09102="Time"
  532. 09103="Date"
  533. 09104="File name"
  534. 09105="Font"
  535. 09106="Bold"
  536. 09107="Italic"
  537. 09108="Underline"
  538.  
  539. // User exec
  540. 10000="Error creating pipe"
  541. 10001="Error executing sub-program"
  542. 10010="Enter optional parameter"
  543. 10011="Parameter:"
  544. 10012="No user command associated with extension '%s'.\nUse Environment Options / Execute Keys dialog to assign commands."
  545. 10013="Executing"
  546. 10014="Execution finished."
  547. 10015="Execution terminated by user."
  548. 10016="Terminate"
  549. 10020="Finished executing '%s'."
  550. 10030="&Copy contents to clipboard"
  551. 10031="C&lear"
  552. 10032="&Hide"
  553. 10033="Copy &selected line to clipboard"
  554. 10040="&Jump to error line"
  555.  
  556. // Fill block
  557. 11000="Fill block"
  558. 11001="Enter text to fill selected block with:"
  559.  
  560. // Code template dialog
  561. 12000="Shortcut"
  562. 12001="Description"
  563.  
  564. // File explorer
  565. 13000="Add selected files from File Explorer to favorites"
  566. 13001="Remove selected files from favorites"
  567. 13002="Open selected files"
  568. 13003="Toggle show/hide path"
  569. 13010="Lar&ge Icons"
  570. 13011="S&mall Icons"
  571. 13012="&List"
  572. 13013="&Details"
  573. 13014="Favorites"
  574. 13015="View style"
  575. 13016="Up one level"
  576.  
  577. // Project files management toolbar hints
  578. 14000="Add file to project workspace"
  579. 14001="Add current editing file to project workspace"
  580. 14002="Add all open files to project workspace"
  581. 14003="Remove selected file from project workspace"
  582. 14004="Open selected file for editing"
  583. 14005="Close selected file"
  584. 14006="Move selected item up"
  585. 14007="Move selected item down"
  586.  
  587.